- PurpleSoundEventID
alias PurpleSoundEventID = _PurpleSoundEventID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleSoundUiOps
alias PurpleSoundUiOps = _PurpleSoundUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_get_ui_ops
alias da_purple_sound_get_ui_ops = PurpleSoundUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_init
alias da_purple_sound_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_play_event
alias da_purple_sound_play_event = void function(PurpleSoundEventID event, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_play_file
alias da_purple_sound_play_file = void function(const(char)* filename, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_set_ui_ops
alias da_purple_sound_set_ui_ops = void function(PurpleSoundUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sound_uninit
alias da_purple_sound_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_sounds_get_handle
alias da_purple_sounds_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_get_ui_ops
PurpleSoundUiOps* purple_sound_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_init
void purple_sound_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_play_event
void purple_sound_play_event(PurpleSoundEventID event, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_play_file
void purple_sound_play_file(const(char)* filename, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_set_ui_ops
void purple_sound_set_ui_ops(PurpleSoundUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_uninit
void purple_sound_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sounds_get_handle
void* purple_sounds_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_get_ui_ops
da_purple_sound_get_ui_ops purple_sound_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_init
da_purple_sound_init purple_sound_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_play_event
da_purple_sound_play_event purple_sound_play_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_play_file
da_purple_sound_play_file purple_sound_play_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_set_ui_ops
da_purple_sound_set_ui_ops purple_sound_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sound_uninit
da_purple_sound_uninit purple_sound_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_sounds_get_handle
da_purple_sounds_get_handle purple_sounds_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.